'Declaration
Function ExportAsync( _ ByVal exportSource As T, _ ByVal outputStream As Stream _ ) As Task
Task ExportAsync( T exportSource, Stream outputStream )
Parameters
- exportSource
- The export source.
- outputStream
- The output stream.
Return Value
The task.